home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / little_soldiers.swf / scripts / frame_45 / DoAction.as
Text File  |  2006-11-29  |  265b  |  16 lines

  1. hit.onRelease = function()
  2. {
  3.    if(level >= maps.length)
  4.    {
  5.       gotoAndStop("upsell");
  6.    }
  7.    else
  8.    {
  9.       brief = true;
  10.       gotoAndStop("game");
  11.    }
  12. };
  13. level++;
  14. border = createBorder(_root,1,stw + 2,sth + 3);
  15. border._x = border._y = -16;
  16.